Adwaita: Remove deprecated style properties
authorMatthias Clasen <mclasen@redhat.com>
Mon, 16 Nov 2015 20:14:41 +0000 (15:14 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 16 Nov 2015 20:14:41 +0000 (15:14 -0500)
These are now triggering warnings, so clean them up.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 3008995f1d860c4e720f75d8b4fef62334302f04..efb88be3d1fee67c1890dd62390f763430e77a3f 100644 (file)
@@ -27,15 +27,6 @@ $asset_suffix: if($variant=='dark', '-dark', '');
 
   -GtkTreeView-horizontal-separator: 4;
 
-  -GtkMenu-horizontal-padding: 0;
-  -GtkMenu-vertical-padding: 0;
-
-  -GtkWidget-link-color: $link_color;
-  -GtkWidget-visited-link-color: $link_visited_color;
-
-  -GtkWidget-focus-padding: 2;    // FIXME: do we still need these?
-  -GtkWidget-focus-line-width: 1; //
-
   -GtkWidget-text-handle-width: 20;
   -GtkWidget-text-handle-height: 24;
 
@@ -1574,8 +1565,6 @@ notebook {
   -GtkNotebook-tab-curvature: 0;
   -GtkNotebook-tab-overlap: -8;
   -GtkNotebook-has-tab-gap: false;
-  -GtkWidget-focus-padding: 0;
-  -GtkWidget-focus-line-width: 0;
 
   // Through me you go to the grief wracked city;
   // Through me you go to everlasting pain;
index 65489ddf6a303b9f8203d44da29236b53bcf00e6..c9ede196b3117a2ca572f2c7260626ecfe42f0c5 100644 (file)
   -GtkExpander-expander-size: 16;
   -GtkTreeView-expander-size: 11;
   -GtkTreeView-horizontal-separator: 4;
-  -GtkMenu-horizontal-padding: 0;
-  -GtkMenu-vertical-padding: 0;
-  -GtkWidget-link-color: #4a90d9;
-  -GtkWidget-visited-link-color: #2a76c6;
-  -GtkWidget-focus-padding: 2;
-  -GtkWidget-focus-line-width: 1;
   -GtkWidget-text-handle-width: 20;
   -GtkWidget-text-handle-height: 24;
   -GtkDialog-button-spacing: 4;
@@ -2125,8 +2119,6 @@ notebook {
   -GtkNotebook-tab-curvature: 0;
   -GtkNotebook-tab-overlap: -8;
   -GtkNotebook-has-tab-gap: false;
-  -GtkWidget-focus-padding: 0;
-  -GtkWidget-focus-line-width: 0;
   padding: 0;
   background-color: #292929;
   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
index f3c1bb73f5a4a2589b6c2a38ebcdacf79b55113b..f6b6872be927942155f4d2e4d4d2b9bd80b2ec56 100644 (file)
   -GtkExpander-expander-size: 16;
   -GtkTreeView-expander-size: 11;
   -GtkTreeView-horizontal-separator: 4;
-  -GtkMenu-horizontal-padding: 0;
-  -GtkMenu-vertical-padding: 0;
-  -GtkWidget-link-color: #2a76c6;
-  -GtkWidget-visited-link-color: #215d9c;
-  -GtkWidget-focus-padding: 2;
-  -GtkWidget-focus-line-width: 1;
   -GtkWidget-text-handle-width: 20;
   -GtkWidget-text-handle-height: 24;
   -GtkDialog-button-spacing: 4;
@@ -2131,8 +2125,6 @@ notebook {
   -GtkNotebook-tab-curvature: 0;
   -GtkNotebook-tab-overlap: -8;
   -GtkNotebook-has-tab-gap: false;
-  -GtkWidget-focus-padding: 0;
-  -GtkWidget-focus-line-width: 0;
   padding: 0;
   background-color: #ffffff;
   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }